github.com/go-pg/pg/v10/orm.sliceTableModel.sliceOfPtr (field)
15 uses
github.com/go-pg/pg/v10/orm (current package)
model_table_m2m.go#L38: if !m.sliceOfPtr {
model_table_m2m.go#L45: if m.sliceOfPtr {
model_table_m2m.go#L69: if m.sliceOfPtr {
model_table_many.go#L33: if !m.sliceOfPtr {
model_table_many.go#L40: if m.sliceOfPtr {
model_table_many.go#L59: if !m.sliceOfPtr {
model_table_slice.go#L15: sliceOfPtr bool
model_table_slice.go#L38: m.sliceOfPtr = true
model_table_slice.go#L99: return callAfterSelectHookSlice(ctx, m.slice, m.sliceOfPtr)
model_table_slice.go#L106: return callBeforeInsertHookSlice(ctx, m.slice, m.sliceOfPtr)
model_table_slice.go#L113: return callAfterInsertHookSlice(ctx, m.slice, m.sliceOfPtr)
model_table_slice.go#L120: return callBeforeUpdateHookSlice(ctx, m.slice, m.sliceOfPtr)
model_table_slice.go#L127: return callAfterUpdateHookSlice(ctx, m.slice, m.sliceOfPtr)
model_table_slice.go#L134: return callBeforeDeleteHookSlice(ctx, m.slice, m.sliceOfPtr)
model_table_slice.go#L141: return callAfterDeleteHookSlice(ctx, m.slice, m.sliceOfPtr)